Test De Page
ceci est eu tesst de text quoted
this one not
esphome: name: janis-light-switch friendly_name: Janis Light Switch esp8266: board: esp01_1m # Enable logging logger: # Enable Home Assistant API api: encryption: key: "TWjfyw/il0IqPiUkk118gdkimYkth+zJRjcTDcSyK4I=" ota: - platform: esphome password: "2354c03aafc9c25563daf094486c64f7" wifi: ssid: !secret wifi_ssid password: !secret wifi_password min_auth_mode: WPA2 captive_portal: web_server: version: 3 ################################### # GPIO0 light Switch Janis room ################################### binary_sensor: - platform: gpio id: toggle pin: number: 0 # mode: INPUT_PULLUP inverted: true name: "Toggle Switch" filters: - delayed_on: 10ms - delayed_off: 10ms # switch: # - platform: gpio # name: "Toggle Switch" # pin: GPIO2 # id: my_switch # switch: # - platform: gpio # name: "Toggle Switch" # pin: # number: GPIO0 # inverted: True # id: toggle_button # on_press: # - switch.toggle: my_switch
